OPEN DIALOG FILES
Returns the file names that were selected during the last call of the EXECUTE OPEN DIALOG command. Call OPEN DIALOG FILE COUNT() to get the number of selected files and then use the index parameter to retrieve each file name.
ARGUMENTS:
* Index = the index of the file name
RETURNS:
The file name
SYNTAX
Return String=OPEN DIALOG FILES(Index)
RELATED INFO
View Dialogs Index
View STYX Index
View STYX Main File
